xdoclet.sdk.xtag.migrator
Class Tag

java.lang.Object
  |
  +--xdoclet.sdk.xgg.XGGPojo
        |
        +--xdoclet.sdk.xtag.migrator.Tag

public final class Tag
extends XGGPojo

XML element: <tag/>

. This element exists in the following versions:

Author:
XDoclet

Constructor Summary
Tag()
          Default constructor.
Tag(Tags parent)
          Constructor.
 
Method Summary
 void addLevel(Level level)
          XML element: <level/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..*)
 void addParameter(Parameter parameter)
          XML element: <parameter/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..*)
 Condition getCondition()
           
 ConditionDescription getConditionDescription()
           
 Deprecated getDeprecated()
           
 Collection getLevelCollection()
           
 Collection getParameterCollection()
           
 Unique getUnique()
           
 UsageDescription getUsageDescription()
           
 Xmlname getXmlname()
           
 void setCondition(Condition condition)
          XML element: <condition/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1)
 void setConditionDescription(ConditionDescription conditionDescription)
          XML element: <condition-description/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1)
 void setDeprecated(Deprecated deprecated)
          XML element: <deprecated/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1)
 void setUnique(Unique unique)
          XML element: <unique/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1)
 void setUsageDescription(UsageDescription usageDescription)
          XML element: <usage-description/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1)
 void setXmlname(Xmlname xmlname)
          XML element: <name/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1)
 
Methods inherited from class xdoclet.sdk.xgg.XGGPojo
checkValue, checkVersion, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tag

public Tag()
Default constructor. Should not be called explicitly. It's available only to be able to convert xml into beans with Betwixt.


Tag

public Tag(Tags parent)
    throws IllegalStateException
Constructor. Should only be called if the current version is of the following:

Parameters:
parent - the parent element
Throws:
IllegalStateException - if this constructor is illegal with the current version.
Method Detail

addLevel

public final void addLevel(Level level)
                    throws IllegalStateException

XML element: <level/>

This element exists in the following versions: The cardinality is (1..*)

Parameters:
level - the Level to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getLevelCollection

public final Collection getLevelCollection()

setXmlname

public final void setXmlname(Xmlname xmlname)
                      throws IllegalStateException

XML element: <name/>

This element exists in the following versions: The cardinality is (1..1)

Parameters:
xmlname - the Xmlname to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getXmlname

public final Xmlname getXmlname()

setUsageDescription

public final void setUsageDescription(UsageDescription usageDescription)
                               throws IllegalStateException

XML element: <usage-description/>

This element exists in the following versions: The cardinality is (1..1)

Parameters:
usageDescription - the UsageDescription to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getUsageDescription

public final UsageDescription getUsageDescription()

setUnique

public final void setUnique(Unique unique)
                     throws IllegalStateException

XML element: <unique/>

This element exists in the following versions: The cardinality is (1..1)

Parameters:
unique - the Unique to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getUnique

public final Unique getUnique()

setDeprecated

public final void setDeprecated(Deprecated deprecated)
                         throws IllegalStateException

XML element: <deprecated/>

This element exists in the following versions: The cardinality is (0..1)

Parameters:
deprecated - the Deprecated to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getDeprecated

public final Deprecated getDeprecated()

setConditionDescription

public final void setConditionDescription(ConditionDescription conditionDescription)
                                   throws IllegalStateException

XML element: <condition-description/>

This element exists in the following versions: The cardinality is (0..1)

Parameters:
conditionDescription - the ConditionDescription to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getConditionDescription

public final ConditionDescription getConditionDescription()

setCondition

public final void setCondition(Condition condition)
                        throws IllegalStateException

XML element: <condition/>

This element exists in the following versions: The cardinality is (0..1)

Parameters:
condition - the Condition to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getCondition

public final Condition getCondition()

addParameter

public final void addParameter(Parameter parameter)
                        throws IllegalStateException

XML element: <parameter/>

This element exists in the following versions: The cardinality is (0..*)

Parameters:
parameter - the Parameter to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getParameterCollection

public final Collection getParameterCollection()


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.